Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 177,049 for

document formatting

(0.14 sec)
  1. Aspose::Words::Font class | Aspose.Words for C+...

    Aspose::Words::Font class. Contains font attributes (font name, font size, color, and so on) for an object. To learn more, visit the Documentation article in C++....the Working with Fonts documentation article. class Font : public...() Resets to default font formatting. get_AllCaps () True if the...

    reference.aspose.com/words/cpp/aspose.words/font/
  2. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible.... File Info Document Properties Security Features...Opening Files with Different Formats Get Warnings while Loading...

    docs.aspose.com/cells/net/developer-guide/
  3. RowFormat.HeightRule | Aspose.Words for .NET

    Discover the RowFormat HeightRule property to easily customize table row heights for optimal layout and design in your applications....how to format rows with a document builder. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...
  4. RowFormat.Height | Aspose.Words for .NET

    Discover the RowFormat Height property to easily adjust table row height in points, enhancing your Document's layout and readability....how to format rows with a document builder. Document doc = new...new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Aspose.Words hangs during Mailmerge Operation -...

    SR 0.822.720.5.IT.ORG.docx (52.4 KB) Dear all, Since we introduced the latest version of Aspose.Words for .NET, version 25.4, we have a problem while executing a mailmerge operations on some Documents but not all. For…...mailmerge operations on some documents but not all. For example Aspose...endless loop with the attached document (SR 0.822.720.5.IT.ORG.docx)...

    forum.aspose.com/t/aspose-words-hangs-during-ma...
  6. Aspose.Words | Aspose.Words for .NET

    Effortlessly create, convert, and edit Microsoft Word Documents with Aspose.Words. No need for Word installation—streamline your Document workflow today!...and printing Microsoft Word documents without utilizing Microsoft...end of a bookmark in a Word document. BookmarkStart Represents...

    reference.aspose.com/words/net/aspose.words/
  7. How to Format Number to Percentage|Documentation

    This article will introduce how to format numbers to percentages using Aspose.Cells for JavaScript via C++ API....How to Format Number to Percentage Contents [ Hide ] Possible...Possible Usage Scenarios Formatting numbers to percentages in Excel...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  8. RowFormat.heightRule property | Aspose.Words fo...

    RowFormat.heightRule property. Gets or sets the rule for determining the height of the table row....Examples Shows how to create a formatted table using DocumentBuilder...DocumentBuilder. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ConditionalStyle.ParagraphFormat | Aspose.Words...

    Discover the ConditionalStyle ParagraphFormat property to easily access and manage paragraph Formatting in your styles for enhanced Document presentation....property Gets the paragraph formatting of the conditional style...styles of a table. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/con...
  10. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your Document. Add a table in C++....users to create tables in a document from scratch and provides...on how to add formatted tables to your document using each method...

    docs.aspose.com/words/cpp/create-a-table/